GoXam for WPF v3
DeleteEdge Method
Northwoods.GoXam.Layout Namespace > GenericNetwork<V,E,Y> Class : DeleteEdge Method
Deletes an GenericNetwork.Edge<V,E,Y> from the network.
Syntax
public void DeleteEdge( 
   E edge
)

Parameters

edge
Remarks
Also removes the edge from its ToVertex's predecessor list and from its FromVertex's successor list. Performs nothing if the edge is not in the network.
See Also

Reference

GenericNetwork<V,E,Y> Class
GenericNetwork<V,E,Y> Members